Skip to content

BassamGraini/CVE-2022-2588

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2022-2588

Code adapted for one cpu, and with a vagrant file provided to boot up a vulnerable machine used for educational purposes.

To create a vulnerable machine, you need to have Vagrant installed on your machine, then execute on the repository root:

Vagrant up

Wait for installation and booting then :

Vagrant ssh

Inside the Vm:

cd CVE-2022-2588/ && gcc ./exploit.c -o exploit -lpthread 
./exploit

then:

su ensimag
password:  #ensimag
#

The original exploit code : here

To prevent the exploit try to uncomment the line 15 and 18 and restart the process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published